bannerListbody {
  background-image: url(../imgs/bigBack.png);
  background-size: 100%;
  background-repeat: repeat-y;
}

.bigBox {
  position: relative;
}

.contentBox {
  width: 1200px;
  margin: 0 auto;
}
/* 头部tabs样式 */
.headerNav {
  padding: 0px 0 7px 0;
}

.headerNav_center {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content_center {
  display: flex;
  justify-content: center;
}

.content_center .titleTip {
  width: 648px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 16px 20px 1px rgba(7, 193, 96, 0.06);
  text-align: center;
  margin: 3px 0 33px 0;
  padding: 10px 0 10px 0;
  font-size: 14px;
  color: #7a889b;
  background: url(../imgs/safy.png) no-repeat left 10px center/36px;
}

.titleTip img {
  width: 36px;
  height: 34px;
  margin: 0 8px 0 18px;
}

.banner {
  position: relative;
}

.banner_box {
  position: relative;
  width: 100%;
  height: 512px;
}

.banner_right {
  background-image: url(../imgs/loginBag.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 396px;
  height: 506px;
  padding: 40px 68px;
  transform: translateX(90px);
  opacity: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner_right_class {
  width: 396px;
  height: 506px;
  background: linear-gradient(137deg, #d7ffd8 0%, rgba(218, 255, 219, 0) 100%);
  border-radius: 39px 39px 39px 39px;
  box-shadow: 0px 3px 10px 1px rgba(209, 208, 208, 0.25);
  transform: translateX(80px);
  padding: 20px 20px 20px 50px;
  box-sizing: border-box;
}

.banner_class_box {
  width: 100%;
  height: 100%;
  border-radius: 0 25px 25px 0;
  background-color: rgba(46, 175, 104, 1);
  padding: 11px;
  box-sizing: border-box;
  position: relative;
}

.bclass {
  width: 100%;
  height: 100%;
  border-radius: 17px;
  background-color: #fff;
  padding: 0 20px;
  box-sizing: border-box;
}

.show {
  transition: all 1s linear 0.8s;
  transform: translateX(0);
  opacity: 1;
  z-index: 80;
}

.hide {
  transition: all 1s;
  transform: translateX(80px);
  opacity: 0;
  z-index: 1;
}

.banner_right .theClass {
  position: absolute;
  cursor: pointer;
  top: 150px;
  right: 14px;
  width: 50px;
  height: 44px;
  line-height: 44px;
  font-size: 12px;
  background: #07c160;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.25);
  border-radius: 40px 0px 0px 40px;
  color: #fff;
}

.banner_class_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bclass_title {
  color: #27292b;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-top: 14px;
  margin-bottom: 10px;
  background: url(../imgs/class_bg.png) no-repeat;
  background-position: 50% 75%;
}

.bclass_desc {
  font-size: 14px;
  color: #7e818a;
  text-align: center;
}

.bclass_list {
  width: 100%;
  height: 65px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f2f2f2;
}

.bclass_list_l {
  width: 21px;
  height: 28px;
  background: no-repeat;
  background-size: 100%;
}

.bclass_list:nth-child(3) .bclass_list_l {
  background-image: url(../imgs/no1.png);
}

.bclass_list:nth-child(4) .bclass_list_l {
  background-image: url(../imgs/no2.png);
}

.bclass_list:nth-child(5) .bclass_list_l {
  background-image: url(../imgs/no3.png);
}

.bclass_avatar {
  width: 29px;
  height: 29px;
  background: url(../imgs/avatar.png) no-repeat;
  background-size: 100%;
  margin: 0 10px;
}

.bclass_list_content {
  width: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bclass_list_content .class_name {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px;
}

.bclass_list_content .class_detail {
  font-size: 12px;
  color: #7e818a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bclass_list_content .class_detail span {
  font-size: 12px;
  margin-right: 9px;
}

.bclass_button {
  width: 55px;
  font-size: 12px;
  color: #fff;
  background-color: #f1753e;
  border-radius: 9px;
  text-align: center;
  margin-left: 5px;
}

.banner_right_class .theClass_class {
  position: absolute;
  cursor: pointer;
  font-size: 12px;
  top: 150px;
  left: 8px;
  width: 53px;
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
  background: rgba(46, 175, 104, 1);
  box-shadow: -2px 2px 4px 1px rgba(0, 0, 0, 0.25);
  border-radius: 40px 0px 0px 40px;
  color: #fff;
  padding-left: 8px;
  box-sizing: border-box;
}

.qrCode_box {
  height: 180px;
  line-height:180px;
  background: #ffffff;
  /*border-radius: 21px;*/
  font-size:12px;
}

.banner_left {
  position: relative;
}

.banner_left .button,
.banner_left button {
  padding: 13px 32px;
  border: none;
  font-size: 16px;
}

.banner_left .login_button {
  background: rgba(46, 175, 104, 1);
  box-shadow: 0px 10px 20px 1px rgba(7, 193, 96, 0.24);
  border-radius: 40px;
  color: #fff;
  margin-right: 16px;
}
.banner_left .login_button:hover {
  background: rgba(46, 175, 104, 0.9);
}

.banner_left .free_button {
  border-radius: 40px;
  border: 1px solid rgba(18, 17, 39, 0.12);
  background: none;
  color: #121127;
}

.banner_left .left_con {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
}

.left_con img {
  width: 254px;
  height: 140px;
  margin-left: 150px;
}

.left_userBox {
  width: 254px;
  height: 140px;
  background: #ffffff;
  box-shadow: 0px 4px 20px 1px #daf8e8;
  border-radius: 20px 20px 20px 20px;
}

.banner_right {
  position: absolute;
  right: 0;
  top: 0;
}

.banner_right_class {
  position: absolute;
  right: 0;
  top: 0;
}

.fast_login {
  display: none;
}

.password_login {
  width: 100%;
  display: none;
}

.password_box {
  display: flex;
  flex-direction: column;
}

.password_list {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  position: relative;
}

.password_list input {
  height: 36px;
  border: 1px solid #fff;
  box-shadow: -2px 2px 10px #e3e4e6;
  border-radius: 6px 6px 6px 6px;
  padding: 5px 0 5px 19px;
  box-sizing: border-box;
}

.password_list span {
  position: absolute;
  font-size: 12px;
  color: rgb(56, 54, 54);
  top: 25%;
  right: 10px;
}
.password_choose {
  color: #07c160;
  font-size: 12px;
  text-align: right;
  margin: 20px 0;
}

.password_button {
  height: 36px;
  background: #07c160;
  box-shadow: 0px 10px 10px 1px rgb(0 0 0 / 5%);
  border-radius: 4px;
  line-height: 36px;
  text-align: center;
  margin: 0 0 20px 0;
  color: #fff;
  border:none;
  cursor: pointer;
}

.next_login {
  font-size: 14px;
  color: rgb(100, 99, 99);
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.next_login .login_checkbox {
  margin-right: 5px;
}

.password_tips {
  text-align: center;
  font-size: 12px;
  color: #7a889b;
  line-height: 16px;
}

.password_tips_bottom {
  margin-top: 10px;
}

.password_tips_bottom a {
  color: rgba(46, 175, 104, 1);
}
.password_tips_bottom a:hover {
  color: rgba(46, 175, 104, .9);
}

.show_banner_r {
  display: block;
}

.hide_banner_r {
  display: none;
}

.login_tabs {
  margin-top: 24px;
}

.login_tabs ul {
  display: flex;
}

.login_tabs ul li {
  line-height: 34px;
  margin-right: 29px;
  color: #7a889b;
  cursor: pointer;
}

.login_tabs ul li:last-child {
  margin-right: 0;
}

.login_tabs ul li:hover {
	color:#292d2c;
}

.login_tabs ul li:last-child a {
  color: #7a889b;
}

.login_title {
  font-size: 14px;
  color: #7a889b;
  margin: 39px 0 19px 0;
}

.qrCode_box {
  display: flex;
  text-align:center;
}

.qrCode_box img {
  margin: auto;
}

.otherLogin {
  margin: 37px 0 52px 0;
  text-align: center;
  font-size: 14px;
  color: #7a889b;
}

.bannerList ul {
  overflow: hidden;
  /*display: flex;*/
  /*justify-content : space-around;*/
  margin-top: 100px;
  border-bottom: 2px solid #ededed;
  padding-bottom: 113px;
  /*justify-content: space-around;*/
}

.bannerList ul li {
  float: left;
  width: 25%;
  /*margin-right: 77px;*/
  text-align: center;
}
/*
.bannerList ul li:last-child {
	margin-right: 0;
}*/

.bannerList img {
  width: 150px;
  height: 150px;
}

.bannerList .text {
  line-height: 25px;
  font-size: 14px;
  color: #7a889b;
  text-align: center;
  margin-top: 13px;
}

/* 为什么选择paperok */
.whyChoose_title {
  margin: 105px 0 52px 0;
  text-align: center;
}

.whyChoose_title h2 {
  font-weight: bold;
  font-size: 36px;
}

.whyChoose_title p {
  color: #7b889c;
  font-size: 18px;
  line-height: 32px;
  margin-top: 6px;
}

.whyChoose_content {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 200px;
}

.whyChoose_content li {
  padding: 20px 22px;
  background: #ffffff;
  box-shadow: 0px 16px 20px 1px rgba(7, 193, 96, 0.06);
  border-radius: 10px 10px 10px 10px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.whyChoose_content li .myIconFont {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  font-size: 26px;
  text-align: center;
  color: #7b889c;
  margin-right: 26px;
}

.whyChoose_div {
  flex: 0.5;
}

.whyChoose_contentLeft {
  flex: 0.5;
  position: absolute;
  top: 0;
}

.whyChoose_contentRight {
  flex: 1;
  margin-left: 120px;
  font-size: 14px;
  color: #7b889c;
  text-align: center;
}

.whyChoose_contentRight img {
  height: 360px;
}

.whyChoose_img {
  margin-top: 400px;
}

.whyChoose_contentRight div {
  line-height: 25px;
}

.fixed {
  top: 200px;
  position: fixed;
}

.absolute {
  position: absolute;
  left: 0;
  top: initial;
  bottom: 0;
}

.focusOn {
  position: relative;
}

.focusOn .button {
  display: inline-block;
  width: 97px;
  height: 42px;
  line-height: 42px;
  border: none;
  color: #fff;
  background: rgba(46, 175, 104, 1);
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
}

.focusOn .howReciveBtnOne {
  position: absolute;
  top: 17%;
  right: 32%;
}

.focusOn .howReciveBtnTwo {
  position: absolute;
  bottom: 42%;
  right: 20%;
}
/* 首页文章列表 */
.homepage_posts_head {
  display: flex;
  justify-content: space-between;
}

.homepage_posts_head .title {
  font-size: 36px;
  font-weight: bold;
  color: #292d2c;
}

.homepage_posts_head ul {
  display: flex;
}

.homepage_posts_head ul li {
  height: 50px;
  padding: 0 13px 0 20px;
  line-height: 50px;
  background: #e8f7e8;
  border-radius: 10px 10px 10px 10px;
  margin-right: 20px;
  color: rgba(46, 175, 104, 1);
  cursor: pointer;
}

.homepage_posts_head ul li:last-child {
  margin-right: 0;
}

.homepage_posts_head ul li.active {
  background: rgba(46, 175, 104, 1) !important;
  color: #fff !important;
}

.homepage_posts_body .tab {
  display: none;
}

.homepage_posts_con {
  margin: 70px 0 56px 0;
}

.homepage_posts_con ul {
  display: flex;
}

.homepage_posts_con li {
  background: #ffffff;
  box-shadow: 0px 0px 20px 1px rgba(7, 193, 96, 0.14);
  border-radius: 20px;
  padding: 30px;
  margin-right: 19px;
}

.homepage_posts_con li:last-child {
  margin-right: 0;
}

.homepage_posts_con .thumbnail {
  width: 324px;
  height: 244px;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  cursor: pointer;
}

.homepage_posts_con .thumbnail span {
  color: #fff;
  padding: 20px;
  display: block;
  font-size: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.homepage_posts_con li a {
  color: #292d2c;
}
.homepage_posts_con li a:hover {
  text-decoration: underline;
}

.homepage_posts .button {
  display: block;
  width: 128px;
  border: none;
  height: 48px;
  line-height: 48px;
  background: rgba(46, 175, 104, 1);
  box-shadow: 0px 10px 20px 1px rgba(7, 193, 96, 0.24);
  border-radius: 40px 40px 40px 40px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.homepage_posts .button:hover {
  background: rgba(46, 175, 104, 0.9);
}

.contentFoot {
  display: flex;
  align-items: center;
  margin: 138px 0 103px 0;
}

.contentFoot .right {
  margin-left: 114px;
}

.contentFoot .title {
  font-size: 32px;
  color: #292d2c;
}

.contentFoot .text {
  font-size: 24px;
  color: #7b889c;
  margin: 21px 0;
}

.contentFoot button {
  width: 128px;
  height: 48px;
  color: #fff;
  border: none;
  background: rgba(46, 175, 104, 1);
  box-shadow: 0px 10px 20px 1px rgba(7, 193, 96, 0.24);
  border-radius: 40px;
  cursor: pointer;
}

.contentFoot .hand {
  width: 200px;
  height: 200px;
  position: absolute;
  right: 0;
  bottom: 0;
}

/* 底部样式 */
.footer-box {
  height: auto;
  background: #303633;
}

.footer-boxCenter {
  width: 1200px;
  margin: auto;
}

.footer_boxTop {
  border-bottom: 1px solid #b8c2cf;
}

.footer_boxCon {
  display: flex;
  width: 1200px;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.footer_conBottom {
  padding: 27px 0;
  width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  color: #b8c2cf;
  text-align: center;
}

.footer_conBottom span {
  margin-left: 17px;
}

.footer_boxCon .message {
  font-size: 14px;
  line-height: 25px;
  color: #b8c2cf;
  margin: 24px 0 59px 0;
}

.footer_boxCon .left .text {
  margin-left: 17px;
}

.footer_boxCon .contactUs span {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  border-bottom: 2px solid rgba(46, 175, 104, 1);
}

/* 选中样式 */
.loginActiveTabs {
  color: #292d2c !important;
  border-radius: 2px 2px 2px 2px;
  font-weight: bold;
  opacity: 1;
  border-bottom: 3px solid rgba(46, 175, 104, 1);
}

.whyActive {
  background: #edffed !important;
  color: #43d087;
  font-weight: bold;
}

.whyFontActive {
  box-shadow: 0px 10px 20px 1px rgba(7, 193, 96, 0.24);
  background: rgba(46, 175, 104, 1) !important;
  color: #fff !important;
}

.light {
  width: 100%;
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 99;
  box-shadow: 0px 16px 20px 1px rgba(7, 193, 96, 0.06);
}

.block {
  display: block;
}
